home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / XCOPY.DAT < prev    next >
Text File  |  1991-11-29  |  384b  |  14 lines

  1. Explanation of the XCOPY command. 
  2. It is EXTERNAL.
  3.  
  4. This command will copy files, directories 
  5. and subdirectories. The only thing it won't 
  6. copy are hidden and system files.
  7.  
  8. Example:
  9.        To copy the files in drive C:\games 
  10.        to drive D:\games you could use the 
  11.        normal copy command or XCOPY as 
  12.        follows:
  13.           xcopy c:\games\*.* d:\games\*.*
  14.